home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / tutor / pcl61b.arj / PART5.EXE / GLOSSRY.TUT < prev    next >
Text File  |  1993-08-16  |  50KB  |  993 lines

  1.  
  2.        ---------------------------------------------------------------- 
  3.  
  4.                            A GLOSSARY FOR BEGINNERS
  5.  
  6.        ---------------------------------------------------------------- 
  7.  
  8.        ACCESS TIME. Time required for computer to locate and read data 
  9.        from disk or memory. Average access time for a hard drive is 
  10.        determined by time required for head to locate and move to the 
  11.        specified track and for disk to spin around until desired data 
  12.        sector is beneath head.
  13.  
  14.        ADAPTER BOARDS or CARDS. Plug in circuit boards which can 
  15.        contain functions such as modems, monitor display circuits, FAX 
  16.        capabilities, floppy or hard disk control circuits and other 
  17.        functions. Adapter boards are plugged into empty slots on the 
  18.        main "motherboard" of the computer.
  19.  
  20.        ADDRESS. Location of a specific piece of computer information in 
  21.        computer RAM memory. Also a specific cell location in a spreadsheet 
  22.        (e.g., address A22 in a spreadsheet: meaning the cell at 
  23.        intersection of column A, row 22.) 
  24.  
  25.        ALGORITHM. A sequence of software steps which represent a 
  26.        formula, method or sequence of operations to accomplish a task. 
  27.  
  28.        ALPHANUMERIC. Containing both letters and numbers.
  29.  
  30.        ALT KEY.  The key labeled Alt at the left of your keyboard. 
  31.        This key is often used by holding down Alt and hitting another 
  32.        key. 
  33.  
  34.        ANSI. Acronym for American National Standards Institute which
  35.        promulgates electronic and computing standards. ANSI is also 
  36.        used in connection with the small software program contained 
  37.        within DOS called ANSI.SYS which can control screen color, 
  38.        keyboard functions and cursor position.
  39.  
  40.        APPLICATION SOFTWARE. Computer programs that perform high level 
  41.        tasks for users. For example, spreadsheets, databases or word 
  42.        processing.
  43.  
  44.        ASCII. This acronym stands for American Standard Code for 
  45.        Information Interchange and represents a standard file format 
  46.        which uses numbers to represent keyboard characters. In the 
  47.        ASCII system, binary numbers from 0 to 127 represent upper and 
  48.        lowercase letters of the alphabet. A block of eight zeros and 
  49.        ones represent these characters. ASCII files, a related concept,  
  50.        are text files which DO NOT contain extraneous codes or control 
  51.        characters and are PURELY text. Word processing document files 
  52.        which contain exclusively text without control characters are 
  53.        ASCII files. 
  54.  
  55.        ASIC. Application specific integrated circuit.
  56.        
  57.        ASSEMBLY LANGUAGE. Also known as machine code, the is a low 
  58.        level, high efficiency language which provides rapid software 
  59.        execution and results, but is somewhat difficult and 
  60.        specialized. Basic or Cobol are high level languages. Assembly 
  61.        is a low level language. 
  62.  
  63.        ASYNCHRONOUS. Serial type communications between computers such 
  64.        that each bit at a time is individually transmitted. On an IBM 
  65.        compatible computer, bits are sent in blocks of eight characters 
  66.        made up of zeros and ones.
  67.  
  68.        AUTOEXEC.BAT. This batch file runs automatically when you start 
  69.        your computer. It is a text file containing a list of DOS 
  70.        commands which you can customize with your word processor or 
  71.        other editor to have the computer start a program, menu or other 
  72.        software as you wish.
  73.  
  74.        BAK FILES. Some software programs save older copies of data in 
  75.        backup or BAK files. The extension is added to the file name so 
  76.        that older data can be retrieved if necessary.
  77.  
  78.        BASIC. Beginners All-Purpose Symbolic Instruction Code. A high 
  79.        level programming language which usually is provided with DOS in 
  80.        the file QBASIC, GWBASIC, or BASICA. Provides programming 
  81.        capabilities which are relatively easy to learn and use.  
  82.        
  83.        BATCH FILE (or BAT file). A text file containing a list of DOS 
  84.        commands to be carried out or executed. It is a small text program 
  85.        which can be altered or created with your word processor or text 
  86.        editor. Preparing and using batch files is itself a form of 
  87.        programming and can greatly improve the efficiency and utility 
  88.        of a computer. Tasks can be automated so the user does less 
  89.        actual keyboard work.
  90.  
  91.        BAUD. Bits per second. A speed measurement associated with modem 
  92.        communications or data transfer between the computer and 
  93.        printer, modem or another computer. 
  94.  
  95.        BENCHMARK. A software program or testing method which allows 
  96.        similar computers or software programs to be compared.
  97.  
  98.        BIDIRECTIONAL. Works in both directions. Frequently associated 
  99.        with printers which print in both directions left to right then 
  100.        immediately right to left. This saves printing time.
  101.  
  102.        BINARY. Computer numbers represented by zeros and ones. It is 
  103.        based on the number two. Only two numbers are used to represent 
  104.        all possible values: the number 0 or 1. Binary is used by a 
  105.        computer since the 0 and 1 are easily represented by transistor 
  106.        switches which can have only two states: on or off.
  107.  
  108.        BIOS. Basic Input and Output System. Software related to DOS 
  109.        which controls input and output operations. The computer BIOS is 
  110.        usually stored in an integrated circuit chip which can be 
  111.        upgraded under certain circumstances.
  112.  
  113.        BIT. A single binary digit. Represented electronically as a 
  114.        digit one or zero inside a computer. In reality a bit is held 
  115.        by a transistor switch inside an integrated circuit chip. If the 
  116.        transistor switch is "on" the bit represented is one. If the 
  117.        transistor switch is "off" the bit represented is zero. Bits 
  118.        make up larger bytes. 
  119.  
  120.        BOOTING or BOOTING UP or BOOTSTRAP. Refers to initial starting 
  121.        sequence which involves many software and hardware operations 
  122.        such as loading DOS, checking memory, initializing printer, etc. 
  123.        A reference to the computer "pulling itself up by the 
  124.        bootstraps." A warm boot can be done by pressing together the 
  125.        keys: CTRL, ALT and DEL. A cold boot is complete machine 
  126.        shutdown followed by turning computer on again. 
  127.  
  128.        BUBBLE MEMORY. Specialized type of memory created by magnetizing 
  129.        small regions of magnetic material within an integrated circuit.
  130.        This memory is nonvolatile and will not be lost when power is 
  131.        removed. Relatively expensive and slow in performance and thus 
  132.        not commonly used.
  133.  
  134.        BUFFER. An area of memory used to hold data temporarily. Buffers 
  135.        are used to hold files sent to the printer, data from the modem 
  136.        or hard drive or other computer inputs and outputs. The 
  137.        advantage of a buffer is that the computer is free to do 
  138.        some other work while the buffer handles the data transfer.
  139.  
  140.        BUG. A computer or software program error. To debug is to locate 
  141.        and remove an error.
  142.  
  143.        BULLETIN BOARD SYSTEM or BBS. A computer which can be accessed 
  144.        with a modem and which contains capabilities to send and receive 
  145.        message, send and receive software or exchange information.
  146.  
  147.        BUNDLED SOFTWARE. Software sold with computer hardware as part 
  148.        of the total purchase.
  149.  
  150.        BUS. Circuits which connect devices together. The main electronic 
  151.        path that data takes in a computer. Within the IBM PC the 
  152.        original 62 pins and 8 slots were connected together in a bus or 
  153.        interconnected arrangement which later became an industry 
  154.        standard. 
  155.  
  156.        BYTE. For the IBM PC family of computers, a byte is an 8-bit 
  157.        unit of memory which represents one character, for example the 
  158.        letter E. Up to 256 different values are possible for a single 
  159.        byte. 
  160.  
  161.        CACHE. A high speed area of RAM memory which holds data being 
  162.        read to or from a disk drive or the CPU processor itself. This 
  163.        saves time in that frequently used data does not have to be 
  164.        repeatedly found on the slower disk drive compared to the speedy 
  165.        CACHE in memory. 
  166.        
  167.        CD-ROM. Compact Disk, Read Only Memory. A type of data storage 
  168.        on disk that uses a laser to read data. CD-ROM disks look quite 
  169.        similar to standard music CD's. Data can be read from a CD-ROM 
  170.        but not written to it, in most cases. Newer forms of CD-ROM are 
  171.        available which allow writing to the disk also, but are quite 
  172.        expensive.
  173.  
  174.        CELL. A single box in a spreadsheet used for data entry. 
  175.  
  176.        CHARACTER. Letter, number or 8 bit item of computer data.
  177.  
  178.        CHIP. Integrated circuit consisting of silicon or other rare 
  179.        earth material which has thousands or millions of semiconductors
  180.        etched into a tiny area.
  181.  
  182.        CISC. Complex Instruction Set Computer. A different method of 
  183.        computing compared to RISC or reduced instruction set computing. 
  184.        Many instructions are required to accomplish a given operation 
  185.        on a CISC machine compared to a RISC machine which is an newer 
  186.        emerging technology using inherently higher speed processor 
  187.        chips with fewer internal instructions. The IBM PC and clones 
  188.        use older CISC technology. 
  189.  
  190.        CLOCK/CALENDAR. An computer circuit which keeps the correct time 
  191.        and date. Many computers contain this circuit as standard 
  192.        equipment. Software programs access the clock/calendar device to 
  193.        date and timestamp your files and provide other "date and time 
  194.        sensitive" operations.
  195.  
  196.        CLOCK SPEED. The timing frequency that a computer uses to 
  197.        regulate and synchronize the timing of its operations. Usually 
  198.        this timing speed is measured in Megahertz or millions of cycles 
  199.        per second. For example one might say that a computer operates 
  200.        at 12MHz (million cycles or operations per second). Extremely 
  201.        high speed desktop computers can today operate at 66MHz and 100 
  202.        MHz is on the horizon.
  203.  
  204.        CLONE. An IBM compatible computer.
  205.  
  206.        CLUSTER. Two or more sectors on a circular disk track. Each track 
  207.        is usually divided into two clusters.
  208.        
  209.        COMMAND LINE. The DOS command line where you type in a DOS 
  210.        command to cause work to be done. Example:   C>Diskcopy a: b:   
  211.        is a command line which will perform a computer task.
  212.        
  213.        COMPOSITE VIDEO. All colors of a single computer monitor are 
  214.        combined in a single electrical input line. An inexpensive 
  215.        manufacturing method which produces fair resolution at a reduced 
  216.        price.
  217.  
  218.        CONFIG.SYS. A small text file which is used by DOS when the 
  219.        computer first starts. This file can be edited and changed as 
  220.        necessary. This file informs DOS of the hardware and other 
  221.        capabilities within the computer. CONFIG.SYS can also be 
  222.        modified to control memory use within the computer. Device 
  223.        drivers are frequently listed in the CONFIG.SYS file.
  224.  
  225.        CONSOLE. A reference to a computer. Console within the DOS 
  226.        software CONSOLE is often referred to as CON and various 
  227.        commands are given such as COPY CON PRN or COPY CON FILENAME.
  228.        Console in this sense means the keyboard.
  229.  
  230.        CONVENTIONAL MEMORY. The first 640K of RAM memory. Sometimes 
  231.        called DOS memory. 
  232.        
  233.        CONTROL KEY. See CTRL key.
  234.  
  235.        COPROCESSOR A specialized integrated circuit which assists the 
  236.        main processor with math intensive operations and can speed some 
  237.        software packages.
  238.  
  239.        CPS. Cycles per second or characters per second. 
  240.  
  241.        CPU. Central processing unit. The primary integrated circuit 
  242.        chip which controls computer operations. From earliest to most 
  243.        modern some CPU chips are: 8088, 80286, 80386, 80486, Pentium.
  244.        These chips were originally designed by the Intel Corporation 
  245.        but have since been copied or cloned by other manufacturers.
  246.  
  247.        CTRL KEY.  The key labeled Ctrl at the left of your keyboard. 
  248.        This key is often used by holding down Ctrl and hitting another 
  249.        key. Also called control key. 
  250.  
  251.        CURRENT DRIVE. The disk drive the computer is using at the 
  252.        moment. The display prompt  C>  tells you that the C: hard drive 
  253.        is the current drive. Usually the A: and B: drives are the first 
  254.        two floppy drives. C: and D: are usually hard drives.
  255.  
  256.        CURSOR. The flashing bright square your screen which shows where 
  257.        information will appear when you press a key. The cursor 
  258.        indicates the computer is waiting for input or information.
  259.  
  260.        CYLINDER. A set of disk tracks at a specific location of a hard 
  261.        drive platter or set of platters which can be read or written 
  262.        simultaneously by the read/write heads. Conceptually, a cylinder 
  263.        looks something like an empty tin can with the top and bottom 
  264.        removed. 
  265.  
  266.        DAISY WHEEL. A printer with a spinning typewriter wheel which 
  267.        spells out letters and characters. An early design printer.
  268.  
  269.        DATABASE. An organized collection of records or information 
  270.        which can be sorted, stored, searched, retrieved and reported 
  271.        upon. A database consists of records and within each record are 
  272.        fields containing, for example, the name, address and telephone 
  273.        number of a person. A record is a collection of related data 
  274.        items called fields.   
  275.  
  276.        DATA BUS. An electronic pathway which carries pulses of 
  277.        electricity to and from the various integrated circuits and 
  278.        components inside a computer. Usually a data bus consists of 
  279.        between 8 and 32 conductive wires or lines, each capable of 
  280.        delivering the bits and bytes which make up computer data. 
  281.        Generally the more lines which make up the bus, the faster the 
  282.        data can travel. Older computers use 8 bit data buses. Newer 
  283.        PC's use 16 bit busses which can move data more rapidly.
  284.  
  285.        DEFAULT. A standard computer setting when nothing otherwise is 
  286.        specified. Can be changed in many programs temporarily or 
  287.        permanently. If you are not sure of a setting in a program, it 
  288.        may supply a default value automatically. For example a 
  289.        spreadsheet might "default" to blue background with white 
  290.        letters. This default could be changed by instructions to the 
  291.        software program.
  292.  
  293.        DESKTOP PUBLISHING. Using a desktop or portable computer to 
  294.        generate typeset quality text and graphics. Frequently a laser 
  295.        printer, special desktop publishing software and computer are 
  296.        combined to produce the final printed result.
  297.  
  298.        DEVICE DRIVER. A small software program loaded by CONFIG.SYS when 
  299.        the computer is first started. A mouse, for example, uses a 
  300.        device driver so that the computer can activate the mouse. A 
  301.        device driver is a type of "software link" to a piece of 
  302.        equipment or system within the computer. A CD-ROM also uses a 
  303.        device driver.
  304.  
  305.        DIALOG BOX. A small box on the monitor screen found in graphical 
  306.        user software programs that provides information or allows for 
  307.        selections or specific options.
  308.  
  309.        DIP. Dual inline pins. A type of integrated circuit chip having 
  310.        small pins extending in rows from either side of a plastic or 
  311.        ceramic chip package.
  312.  
  313.        DIRECTORY. An imaginary storage space on your disk which 
  314.        contains files. This is similar to a table of contents in a 
  315.        book.
  316.  
  317.        DIRECTORY TREE. A method for organizing data into a heirarchal 
  318.        structure with a main root directory at the top of the data 
  319.        structure and subdirectories below it. A directory tree can be 
  320.        diagrammed visually and is similar to a tree trunk with roots 
  321.        branching below it downwards and outwards.
  322.  
  323.        DISKETTE, DISK. A flat, usually flexible circular plastic plate 
  324.        covered with magnetic coatings which can be used to store 
  325.        information. Somewhat like tape recorder tape, but circular in 
  326.        shape. Diskettes come in high and low density and both 3.5 inch 
  327.        and 5.25 inch sizes.
  328.      
  329.        DISK CONTROLLER. A circuit board which provides primary control 
  330.        for hard or floppy disks. 
  331.  
  332.        DMA. Direct memory access. Refers to some devices in the computer 
  333.        such as drives or memory which can transmit and receive data 
  334.        without using the CPU. This speeds software and data operations.
  335.        
  336.        DOCUMENTATION. Printed instructions or manuals.
  337.  
  338.        DOS. Disk Operating System. DOS allows you to input information 
  339.        from the keyboard to the computer, run programs, prepare files 
  340.        for disks and other necessary tasks. DOS translates users 
  341.        commands at a low hardware level and makes the commands 
  342.        available to higher level applications such as spreadsheets, 
  343.        games or word processors. DOS supplies a file management system 
  344.        for efficient storage of data on disk for processing and safe 
  345.        storage when the computer is off.
  346.  
  347.        DOS EXTENDER. A special software extension or modification to a 
  348.        software package which allows it to use more than the normally 
  349.        allowed 640K bytes of memory. Allows use of extended memory.
  350.  
  351.        DOS PROMPT. The small character that signals that DOS is 
  352.        awaiting a command. A DOS prompt usually shows the current 
  353.        drive. Here is an example of a DOS prompt:   C>
  354.  
  355.        DOT MATRIX. Type of printer which uses tiny pins or wires to 
  356.        strike a ribbon and paper to produce images or characters. Older 
  357.        printers were 9 pin. Newer, high resolution printers use 24 
  358.        pins.
  359.  
  360.        DRIVE A. The first floppy drive.
  361.  
  362.        DRIVE B. The second floppy drive.
  363.  
  364.        DRIVE C. Usually this is a hard drive.
  365.  
  366.        DRIVER. Software program which allows DOS to work with a 
  367.        specific hardware item such as a printer, mouse, trackball.
  368.  
  369.        DUPLEX. Communications between computers which features data 
  370.        transmission in both directions. Full duplex provides 
  371.        simultaneous transmission in both directions. Half duplex allows 
  372.        transmission in both directions, but never at the same time.
  373.  
  374.        E-MAIL. Electronic Mail. Sending and receiving messages via 
  375.        computers which link two or more users together. Messages are 
  376.        stored and retrieved as needed by individuals in the network and 
  377.        can be transmitting vast distances using ordinary telephone 
  378.        lines or other wiring. Not necessarily FAX messages, although 
  379.        these can be incorporated in into an E-Mail network in addition 
  380.        to voice, photos, illustrations and text.
  381.             
  382.        EEPROM. Integrated circuit memory chip. Electrically erasable 
  383.        read only memory.
  384.  
  385.        EGA. Enhanced graphics adapter. High resolution color circuit for 
  386.        monitor display.
  387.  
  388.        EISA. Extended Industry Standards Association. 
  389.  
  390.        EMS. Expanded memory specification. Standard for using additional 
  391.        memory with IBM compatible computers. Memory is above the normal 
  392.        640K. See also expanded memory is this glossary.
  393.  
  394.        EPROM. Erasable Programmable read only memory integrated circuit 
  395.        chip.
  396.  
  397.        ESDI. Enhanced small disk interface. A hard drive specification 
  398.        which allows high speed data transfer. Rates of up to 10 
  399.        megabits per second are possible.
  400.             
  401.        ENTER KEY. The large key to the right of your keyboard. On 
  402.        many computers, this is labeled also labelled the Return key. 
  403.  
  404.        ESC KEY. The key on your computer labeled Esc, meaning Escape. 
  405.        This key allows you to abort many computer entries and 
  406.        operations. 
  407.  
  408.        EXPANDED MEMORY. Computer RAM memory which can be accessed only 
  409.        through a "window" or "page frame" set up inside the first 1 
  410.        Megabyte of RAM. The usual limit of expanded memory is 32MB.
  411.        Segments of this memory are quickly "paged in and out" of the
  412.        memory window to create an illusion to the central processing 
  413.        chip of a large amount of memory. Something like flipping the 
  414.        pages of a cartoon book to animate a story. Many applications
  415.        such as spreadsheets and databases can use this memory to handle 
  416.        large tasks. Expanded memory is also called EMS memory.
  417.  
  418.        EXPANSION CARD. Circuit card or circuit board which fits into 
  419.        empty slots on the main circuit board inside the computer. Adds 
  420.        capabilities such as video, FAX, modem, sound, parallel or 
  421.        serial port.
  422.  
  423.        EXPANSION SLOT. A socket inside the computer into which an 
  424.        expansion card is inserted. 
  425.  
  426.        EXTENDED MEMORY. RAM memory which extends from the normal 1MB
  427.        DOS limit to the top address limit of the CPU. Using special 
  428.        software it is possible to convert extended memory to expanded 
  429.        memory. Extended memory is useful for software tasks like RAM 
  430.        disks, print buffers and other applications. Many software 
  431.        applications such as databases and spreadsheets can use extended 
  432.        memory when needed for large tasks. Extended memory is also 
  433.        called XMS memory. 
  434.        
  435.        EXTENSION. The last part of a filename, preceded by a dot which 
  436.        frequently shows the file type. In the filename MYFILE.TXT the 
  437.        extension is TXT. As an aside, TXT is usually a text file. A 
  438.        file extension ending in TMP might mean a temporary file. A file 
  439.        extension ending in WKS refers to a Lotus 123 spreadsheet file.
  440.  
  441.        EXTERNAL COMMANDS. DOS commands such as FORMAT (and others) 
  442.        which are retained only on disk and are temporarily loaded into 
  443.        ram for use then disappear from ram after a task is complete. 
  444.        They must be available on disk whenever used and are not 
  445.        normally stored in memory.
  446.  
  447.        FAT. File allocation table. A special area on a disk drive which 
  448.        keeps track of the parts of a file which may be scattered 
  449.        across the disk. The FAT tells the drive head where to locate 
  450.        the portions of data.
  451.  
  452.        FAX BOARD. An internal expansion board which can be plugged into 
  453.        the PC to allow sending and receiving of FAX documents. These 
  454.        documents can be stored on disk and later printed on a printer 
  455.        or discarded. FAX boards also allow sending and receiving of FAX
  456.        documents to several clients in a row and even calling at times 
  457.        of reduced telephone rates such as the early morning hours - all 
  458.        completely unattended.
  459.  
  460.        FIELD. An area of the screen (frequently a database program) 
  461.        where data or text is entered. A field is essentially a category 
  462.        of information. 
  463.  
  464.        FILE. A collection of data on a disk or in memory which has been 
  465.        grouped together. This can be the text of a document, numbers 
  466.        and formulas in a spreadsheet, or codes to run a program or 
  467.        application. 
  468.  
  469.        FIXED DISK. See hard drive.
  470.  
  471.        FLOPPY OR FLOPPY DISK. A permanent magnetic storage medium for 
  472.        retaining data when the computer is off. Similar to a tape 
  473.        cassette. It stores data, can be erased and re-used and 
  474.        modified. Floppy disks are inserted into a floppy disk drive.
  475.  
  476.        FONT. Typefaces of a character. Size and shape of character can 
  477.        change. These families of typefaces or fonts have name such as 
  478.        Helvetica, Courier, etc
  479.  
  480.        FORMAT. To prepare a blank disk to receive data. Formatting 
  481.        involves testing the disk for possible errors and preparation of 
  482.        a file allocation table.
  483.  
  484.        FRAGMENTATION. The process which gradually allows files on disk 
  485.        to become widely scattered - thus slowing file retrieval. 
  486.        Defragmentation involves a software reconfiguration which brings 
  487.        file piece together in contiguous proximity for rapid access and 
  488.        is a routine maintenance item. 
  489.  
  490.        FUNCTION KEYS. The keys on a keyboard labeled F1 - F10 (or F1 -  
  491.        F12 on some keyboards). F1 traditionally is the help key in most 
  492.        program and provides instructions. 
  493.       
  494.        GAME PORT. A plug in port on the back of the computer which can 
  495.        accommodate joysticks or other game playing input devices.
  496.  
  497.        GIGABYTE. One billion bytes. 
  498.  
  499.        GLOBAL. A software instruction or adjustment which will affect 
  500.        data or program parameters throughout an entire software 
  501.        application, document or hardware device. 
  502.  
  503.        GUI. Graphical User Interface. Pronounced "gooey". In some 
  504.        respects easier to use than a DOS interface. Frequently a mouse 
  505.        is used to point and click through a data processing task. Point 
  506.        and select from a list of tasks or data rather than typing from 
  507.        a barren blank DOS command line.
  508.  
  509.        HARD DISK, HARD DRIVE, WINCHESTER DRIVE. Permanent, non-
  510.        removable storage device within the computer. 
  511.  
  512.        HARDWARE. Any part of a computer you can touch such as the 
  513.        keyboard, case, monitor. Software is invisible and cannot be 
  514.        touched although it resides within hardware.
  515.  
  516.        HAYES COMPATIBLE. Modems that comply with standard HAYES 
  517.        instruction commands which are considered an industry standard. 
  518.        ALso known as the AT command set which stands for "attention" in 
  519.        a HAYES modem.
  520.        
  521.        HEADS. A reference to the read/write heads of a floppy or hard 
  522.        drive. They are small electromagnetic coils attached to an arm 
  523.        which moves freely over the surface of the spinning platter or 
  524.        disk. Electric pulses to these coils creative small fields of 
  525.        magnetism on the spinning surface below the heads. 
  526.  
  527.        HEXADECIMAL. Numeric system using base 16. Most memory locations 
  528.        in a computer are calculated and displayed in hexadecimal 
  529.        notation due to memory design considerations.
  530.  
  531.        HIDDEN FILES. Files which are present but have been temporarily 
  532.        hidden using DOS commands. Cannot be seen on an ordinary 
  533.        director listing or search.
  534.  
  535.        HIGH LEVEL FORMATTING. Is a process performed to a hard disk 
  536.        after low level formatting (see below). This high level format 
  537.        creates the directory structure of the disk (or file allocation 
  538.        table area) which DOS will later use. 
  539.  
  540.        HIGH LEVEL LANGUAGE. Computer programming language which is 
  541.        relatively easy to learn and use. Examples: BASIC, COBOL, 
  542.        PASCAL.
  543.  
  544.        IC. Integrated circuit. Also known as chips.
  545.  
  546.        ICON. A small visual or pictorial symbol used to represent a 
  547.        software program, task or item of data. Used especially with GUI 
  548.        or visual interfaces. A mouse frequently maneuvers a pointer to 
  549.        an ICON which is then selected by clicking (depressing a button 
  550.        on the mouse) when the mouse pointer is on the ICON. 
  551.  
  552.        IDE. Integrated drive electronics. The term is associated with 
  553.        high performance hard disk drives which contain the central 
  554.        drive controller built into the hard drive instead as a separate 
  555.        controller card which was used by earlier hard drives. An IDE 
  556.        hard drive is optimized for AT class computers using 286, 386 or 
  557.        486 CPU (central processing unit). IDE drives are, in general, 
  558.        fast and reliable. 
  559.  
  560.        INK JET. This is a reference to a type of printer which forms 
  561.        characters and images by spraying tiny jets of ink on either 
  562.        plain paper or specially coated paper stock.
  563.  
  564.        INPUT DEVICE. Hardware used to enter or send information on a 
  565.        computer. A mouse, keyboard, game joystick, or trackball are 
  566.        input devices.
  567.  
  568.        INTEGRATED SOFTWARE. A type of software package which frequently 
  569.        combines several standard software applications into one entity. 
  570.        Frequently an integrated package will contain a spreadsheet, 
  571.        database, word processor and perhaps and modem or telephone 
  572.        dialing program. 
  573.  
  574.        INTEGRATED CIRCUIT. See CHIP or IC.
  575.  
  576.        INTERLEAVE FACTOR. The spacing of non-consecutive sectors around 
  577.        the track of a hard disk. Usually this is given as a ratio. 
  578.        Optimal interleave configures these non-consecutive sectors for 
  579.        speedy data retrieval from the hard disk. Example: an interleave 
  580.        of 1:1 is considered very fast in hard drive performance 
  581.        characteristics. 
  582.        
  583.        INTERNAL COMMANDS. Commands of DOS which are loaded into RAM 
  584.        memory and do not require the DOS disk to be present to 
  585.        function. Examples: DIR, COPY, RD
  586.        
  587.        INTERPRETER. Software program which translates high level 
  588.        programming instructions into low level machine or assembly code 
  589.        which the CPU can process. Example: DOS contains a Basic 
  590.        interpreter which you can use to write your own programs. It is 
  591.        a form of Microsoft QuickBasic. Interpreted programs usually 
  592.        require that the interpreter (example, QBASIC.EXE) be present to 
  593.        run the program compared to more advanced compiled programs 
  594.        which DO NOT require that an interpreter be available for the 
  595.        program to run. 
  596.                                  
  597.        KB, KILOBYTE or K.  Refers to one thousand bytes. More precisely 
  598.        this is 1024 bytes. 
  599.             
  600.        LAN. Local area network. Circuits to allow several or many 
  601.        computers to talk to each other and share data. Of interest to 
  602.        business and office computer users, but of only passing interest 
  603.        to home and home/office users having only one machine. 
  604.       
  605.        LASER PRINTER. Type of printer that uses a rapidly scanning laser 
  606.        beam to build characters on a rotating drum which in turns 
  607.        transfers images to toner ink and paper.
  608.  
  609.        LOW LEVEL FORMAT. A preliminary process which is usually given to 
  610.        a hard drive to prepare it for accepting data. Low level 
  611.        formatting establishes tracks and sectors on the disk so the 
  612.        drive can accept data and locate it for later retrieval. 
  613.        Normally this will destroy all previous data! Low level 
  614.        formatting is usually given to a hard drive at the factory, 
  615.        although end users may also wish to low level format a drive for 
  616.        various performance reasons.
  617.  
  618.        LQ. Letter quality printer.
  619.        
  620.        MACRO. A sequence of keystrokes or commands that can be recorded 
  621.        and played back to execute a program or task of data entry thus 
  622.        saving you keystrokes. In telecommunications (modem) software, 
  623.        macros are also referred to as scripts. Many programs such as 
  624.        spreadsheets, databases and word processors have a macro 
  625.        "language" which allows you to adapt the program to 
  626.        automatically perform a sequence of tasks rapidly instead of 
  627.        using tedious repetitive keystrokes. Using and preparing macros 
  628.        is itself a form a programming. 
  629.  
  630.        MAINFRAME. Large or corporate computer as compared to a smaller 
  631.        desktop computer.
  632.  
  633.        MASS STORAGE. All disk-oriented forms of data storage such as 
  634.        hard and floppy disks, optical disks and backup tape drives.
  635.  
  636.        MEGABYTE, MB or MEG. One million characters or memory areas.
  637.  
  638.        MEMORY. A storage area inside your computer. Usually within 
  639.        individual integrated circuit chips. Data stored in memory 
  640.        disappears when the power is turned off and must be stored on a 
  641.        diskette or other non-volatile memory device. Also called RAM 
  642.        (random access memory) or simply RAM. ROM (read only memory) is 
  643.        another type of memory which is used when the computer starts 
  644.        and is cannot be changed or rewritten. ROM is also stored in a 
  645.        different type of integrated circuit than RAM memory.
  646.  
  647.        MEMORY ADDRESSABILITY. The number of separate individual memory 
  648.        locations in RAM with which the CPU is capable of communicating.
  649.  
  650.        MEMORY MANAGEMENT. The process of selecting and controlling the 
  651.        assignment, use and location of software within RAM memory. 
  652.        Careful memory management can speed software and allow for 
  653.        larger data processing tasks or the operation of several software 
  654.        programs at the same time or via rapid switching.
  655.  
  656.        MEMORY MANAGER. A type of software program that can increase the 
  657.        amount of available useful RAM memory by making extended or 
  658.        expanded memory available to primary software applications such 
  659.        as your spreadsheet or word processor. Later versions of DOS 
  660.        contain small memory management programs which can be installed 
  661.        via adjustment of the CONFIG.SYS and AUTOEXEC.BAT files.
  662.  
  663.        MEMORY CACHE. An area in RAM memory, usually about 8K to 128K in 
  664.        size, which the CPU can use to store frequently accessed data 
  665.        rather than going to a hard drive or floppy disk. This speeds up 
  666.        operations. 
  667.  
  668.        MENU. Display of choices or options on a list. You can select 
  669.        one of the menu options with a mouse or by typing a letter. Then 
  670.        the menu will run the software program you have selected. 
  671.  
  672.        MFM. Modified frequency modulation. An early standard for hard 
  673.        disk data storage and transfer.
  674.  
  675.        MHZ. Megahertz or one million cycles per second. Derived from 
  676.        the name of Rudolf Hertz, an early electrical researcher. 
  677.  
  678.        MICROPROCESSOR. See CPU.
  679.  
  680.        MILITARY TIME. A numerical time designation featuring 24 hours 
  681.        in a day. For example, 1300 hours means 1PM. 2400 hours is 
  682.        midnight. Basically, add 12 to the number of hours if a PM time 
  683.        is shown. Military time is the standard used by most computers 
  684.        for clarity.
  685.  
  686.        MODEM. Derived from MODulator DEModulator which allows computers 
  687.        to transfer information over phone lines.
  688.  
  689.        MODES. When referring to CPU chips there are three modes: real, 
  690.        protected and virtual which address memory in various ways. 
  691.        Early 8088 processors have only REAL mode. More sophisticated 
  692.        80386 processors have all three modes which allows for greater 
  693.        RAM memory access and more sophisticated software applications.
  694.  
  695.        MOTHERBOARD. Usually this is the largest circuit board within 
  696.        the computer case and it contains the RAM memory, central 
  697.        processing unit and expansion slots into which other boards are 
  698.        plugged.
  699.  
  700.        MOUSE. Hand operated pointing and selection device which serves 
  701.        as alternate input to the keyboard.
  702.  
  703.        MPC. Multimedia PC. A special type of computer designation 
  704.        developed by Tandy Corporation and Microsoft which describes 
  705.        minimum standards for computers which can run multimedia 
  706.        software which makes use of sound, animation and frequently also 
  707.        CD-ROM disks. The MPC rainbow logo appears on computers 
  708.        configured for this type of use, although other types of 
  709.        computers can be made MPC-capable by adding the requisite 
  710.        hardware. 
  711.  
  712.        MULTIMEDIA. Computer presentations or software which make use of 
  713.        sound, extensive graphics, animation and video in a colorful 
  714.        highly detailed manner.
  715.  
  716.        MTBF. Mean time between failures. A measurement of relative 
  717.        reliability related to components such as hard drives or other 
  718.        devices.
  719.  
  720.        MULTITASKING. A computer which can perform several operations at 
  721.        the same time. 
  722.  
  723.        NLQ. Near letter quality printer.
  724.  
  725.        NULL MODEM CABLE. Special electrical cable used to transfer data 
  726.        between two computers.
  727.  
  728.        ONLINE SERVICE/BBS/BULLETIN BOARD. Computers connected to 
  729.        telephone lines which users can access by modem. Messages to 
  730.        other users can be left and retrieved. Software can be sent
  731.        (uploaded) or retrieved (downloaded), databases can be searched 
  732.        for information.
  733.  
  734.        OPERATING SYSTEM. Another name for DOS. The essential "core" 
  735.        software which itself runs other programs and talks to the 
  736.        keyboard and printer. There are other operating systems besides 
  737.        DOS. For example UNIX, OS/2, Windows, CPM.
  738.  
  739.        OS/2. Operating system 2. A proposed update to the DOS operating 
  740.        system.
  741.  
  742.        PAGING. The ability of software and hardware to store a portion 
  743.        or segment of software instructions on the hard disk and then 
  744.        retrieve it a later time. This allows conservation of limited 
  745.        RAM memory. 
  746.  
  747.        PARAMETER. Information sent to a program. Example: /p is the 
  748.        parameter of the DOS command DIR/p. Parameters modify a software 
  749.        command. 
  750.  
  751.        PARITY CHECK. An error detection method used to test RAM memory 
  752.        chips and assure reliable data transfer.
  753.  
  754.        PARKING THE HEADS. Refers to the process of running a software 
  755.        program to cause the read/write heads of a hard disk mechanism 
  756.        to move to a track area of the disk which is of low use or is a 
  757.        designated safe zone. Somewhat like lifting the needle from a 
  758.        phonograph record and placing it on the "needle rest." This 
  759.        prevents the possibility that the heads will drop or otherwise 
  760.        gouge into the soft magnetic surface of the platters below. The 
  761.        heads are usually parked while the disk is spinning and once 
  762.        parked the machine is turned off. Early MFM and RLL hard drives 
  763.        are usually parked by issuing a software command prior to 
  764.        shutdown. Modern IDE drives park themselves automatically when 
  765.        turned off. 
  766.  
  767.        PARTITION. A subdivision which is created by the FDISK utility 
  768.        of DOS. A partition can be used to subdivide a hard disk into 
  769.        more than one logical drive (e.g., C: and D:) or run various 
  770.        operating systems from the same disk such as DOS and Unix. It is 
  771.        usually established after a preliminary high-level format 
  772.        process. 
  773.  
  774.        PATH. A list of subdirectories where DOS searches for 
  775.        information. In a way it is a map or "route" which DOS searches 
  776.        for information. You can set this with the DOS PATH command. The 
  777.        path command is usually set within the AUTOEXEC.BAT file 
  778.        mentioned above. See the DOS path command for syntax. 
  779.  
  780.        PASSWORD. A word or phrase which must input at the keyboard 
  781.        before a program or operation can begin. 
  782.  
  783.        PLATTER. The physical disk medium of a hard drive or floppy 
  784.        system onto which data is recorded and read back. Usually a 
  785.        platter refers to a hard drive disk which is aluminum and coated 
  786.        with a metallic iron oxide. 
  787.  
  788.        POINTING DEVICE. Mice, trackballs, light pens and so on allow 
  789.        input to the computer in addition to the more conventional 
  790.        keyboard.
  791.  
  792.        PRESENTATION GRAPHICS SOFTWARE. Programs which produce charts, 
  793.        text or images for businesses presentations. The illustration or 
  794.        chart is designed on the computer screen and then finally output 
  795.        to a lecture slide, overhead transparency, printed sheet or even 
  796.        computer screen image which will later be viewed. 
  797.  
  798.        PROMPT. See system prompt.
  799.  
  800.        PROTECTED MODE. A unique feature of the 80286 (and later) Intel 
  801.        CPU chip to access RAM memory beyond the 1MB limit as well as 
  802.        manage and protect multiple software programs in memory.
  803.  
  804.        PROTOCOL. Software standards and software programs which ensure 
  805.        reliable data transfer without error loss.
  806.  
  807.        RAM, RANDOM ACCESS MEMORY. Temporary memory in  your computer 
  808.        (random access memory). When you turn the computer off, all RAM 
  809.        contents are lost until replaced from data stored on a disk. RAM 
  810.        resides inside small integrated circuit chips.
  811.  
  812.        REAL MODE. A unique feature of the 80286 (and later) Intel CPU 
  813.        chip which allows simulation of the 1MB memory limit and 
  814.        instructions of the older 8086 CPU which allows operation of 
  815.        older software programs. This is an example of "downward" or 
  816.        "backwards" compatibility.
  817.  
  818.        REBOOT. Touch the Control (Ctrl), Alt (Alt) and Delete (Del) 
  819.        keys all at the same time. This restarts your computer without 
  820.        turning it off. This is also know as a "warm reboot" as compared 
  821.        with a "cold reboot" which means complete shutdown with via the 
  822.        on/off switch. 
  823.  
  824.        RECORD. A set of information elements in a database. For example 
  825.        the data Mr. Smith including his address, income, telephone 
  826.        number and occupation would together constitute a single record. 
  827.  
  828.        RELATIONAL DATABASE. A database software package which can 
  829.        interrelate multiple databases (e.g., parking ticket database 
  830.        AND policemen on the force AND parking meters which are out of 
  831.        order - each of these databases is a separate file, but a 
  832.        relational database can interrelate them and produce very 
  833.        complex reports and find unique relationships.) Relational 
  834.        databases often contain complex command languages, application 
  835.        generators, query systems, specialized report writers, SQL 
  836.        support and more. 
  837.  
  838.        RESIDENT COMMANDS. DOS commands such as COPY, TYPE, DIR, DEL 
  839.        which are retained in RAM instead of disk. Also called internal 
  840.        commands. They are available at all times when DOS is in 
  841.        operation.
  842.  
  843.        RESIDENT PROGRAM. Program(s) which are loaded into your computer 
  844.        temporarily and remain available until the computer is turned 
  845.        off. Resident programs are also known as TSR programs (terminate 
  846.        and stay resident.) Resident programs are "popups" such as 
  847.        calendars, calculators and other devices. 
  848.  
  849.        RGB. Red, green blue. Reference to type of monitor or display 
  850.        system. RGB monitors on early computers were frequently 
  851.        associated with the CGA or low resolution color display 
  852.        standard.
  853.  
  854.        RLL. Run length limited. Hard disk data storage and transfer 
  855.        scheme. Provides fifty percent high data density storage than 
  856.        older MFM system. RLL is itself a somewhat antiquated type of 
  857.        hard drive, but still in use in many machines. IDE hard drives 
  858.        are a more popular option today.
  859.  
  860.        ROM. Read only memory chip. Memory is not lost when computer 
  861.        turned off.
  862.  
  863.        ROOT DIRECTORY OR ROOT. The main directory on a disk. You are 
  864.        not in a lower subdirectory area (e.g., C:\doc\wp\files) but in 
  865.        the main directory (e.g., C:\)
  866.  
  867.        SCSI. Small computer systems interface. Frequently pronounced 
  868.        "scuzzy." A hard drive scheme which allows multiple hard drives 
  869.        to be attached and high data transfer rates. 
  870.  
  871.        SCANNER. A device which can convert a printed image such as a 
  872.        photo or illustration to a digital image within the computer 
  873.        memory. Some scanners use OCR (optical character recognition) to 
  874.        scan text documents containing printed words and convert them to 
  875.        text characters in the computer as if a person had typed the 
  876.        document. These scanned documents or illustrations can then be 
  877.        edited, transmitted or stored as desired.
  878.  
  879.        SECTOR. The smallest unit of storage on a hard or floppy disk 
  880.        consisting of 512 bytes - typically there are either 17 or 26 
  881.        sectors per track on a hard drive. 
  882.  
  883.        SERIAL. Data is transmitted one bit at a time. In comparison, 
  884.        parallel data transfer sends eight bits at a time.
  885.  
  886.        SIG. A special interest group of a computer club. Perhaps a 
  887.        general purpose computer club might contain a SIG for word 
  888.        processing users. And perhaps another SIG for those interested 
  889.        in databases.
  890.  
  891.        SIMM. Single inline memory module. Type of integrated circuit. 
  892.        Usually a type of plug in memory module which adds more RAM type 
  893.        memory to a computer. Currently this is the most common 
  894.        configuration for RAM memory on modern computers of the IBM 
  895.        clone type. 
  896.  
  897.        SIP. Single inline pins. Usually a type of plug in memory module 
  898.        which adds more RAM type memory to a computer.
  899.        
  900.        SOFTWARE. Programs used to manage the operations and data 
  901.        contained within a computer. A set or list of instructions a 
  902.        computer uses to accomplish a data processing task. 
  903.                                 
  904.        SOURCE. When doing file or disk copies, refers to the originating 
  905.        disk or file.
  906.  
  907.        SPOOL or SPOOLER. Simultaneous peripheral operations on line. A 
  908.        memory storage buffer which holds data which can be fed to 
  909.        printer, modem or other device while main processor is used for 
  910.        other applications. 
  911.  
  912.        SPREADSHEET. A software program which simulates an "electronic 
  913.        grid" or sheet of accounting ledger paper and divides the 
  914.        monitor screen into rows and columns into which data and 
  915.        formulas can be input. Spreadsheets in some cases also contain 
  916.        database and word processing functions and are quite flexible.
  917.  
  918.        SUBDIRECTORY. A directory of files on a diskette or hard drive 
  919.        which is located within or below a "parent directory". The root 
  920.        directory, the highest directory, is never a subdirectory.
  921.  
  922.        SYSTEM PROMPT. When you look at your monitor screen and see the 
  923.        DOS display such as:   A>   or   C>    you are looking at a 
  924.        system prompt. You must next give DOS a command to run a program 
  925.        or perform a DOS operation. 
  926.  
  927.        TARGET. The file or disk to which data is sent. If you are 
  928.        copying a file from a disk in the A: drive to the B: drive, then 
  929.        the B: drive is the target drive and contains the target disk.
  930.  
  931.        TELECOMMUNICATIONS. Transmitting via electronic means data or 
  932.        information, usually over telephone lines. A modem is used for 
  933.        this task. Data, sound, pictures, video and FAX are all 
  934.        transmitted via telecommunications methods.
  935.  
  936.        TRACTOR. Printer with sprocket feed which handles paper 
  937.        perforated along the edges.
  938.  
  939.        TRACK. Concentric rings or circles of data sectors on a disk 
  940.        platter which contain data and mark position points for the 
  941.        read/write heads.    
  942.  
  943.        TRACKBALL. Somewhat like an upside down mouse. A large ball is 
  944.        cradled in a plastic holder. As the ball is turned or rotated a 
  945.        pointer on the computer monitor moves. Switches next to the ball 
  946.        allow items on screen to be selected.
  947.  
  948.        TROJAN HORSE. Type of software which may contains hidden code 
  949.        which will damage data. 
  950.  
  951.        TSR. See resident programs. TSR is an acronym for "terminate 
  952.        and stay resident" and is a type of software program that can 
  953.        remain in background and then "pop up" over a software package 
  954.        for brief use. For example, a pop up TSR calculator.
  955.  
  956.        TURBO. High speed computer setting which operates the CPU 
  957.        at high clock speeds.
  958.  
  959.        USER GROUP. Computer club.
  960.  
  961.        VAPORWARE. Announced software product which has not yet shipped.
  962.  
  963.        VGA. Video graphics array. A circuit, usually on a plug in card, 
  964.        which provides high resolution video output to the monitor.
  965.  
  966.        VIRUS. Software program which is self-replicating and can cause 
  967.        loss or damage to data or other software programs.
  968.  
  969.        VOLATILE. Memory which can be lost if power is turned off.
  970.  
  971.        VIRTUAL 8086 MODE. A unique operating feature of the Intel 80386 
  972.        CPU chip that can provide several DOS software programs with a 
  973.        1MB section of RAM memory which each act like a "separate small 
  974.        8086 computer" which is running in real mode. 
  975.  
  976.        WINDOWS. Software package from Microsoft Corporation which 
  977.        provides ease of use featuring point and click menus and 
  978.        screens. Also refers to capability of any software package to 
  979.        open a small window on the screen over an existing software 
  980.        package or to split the screen into subdivisions so that several 
  981.        documents or data sets can be examined simultaneously. 
  982.  
  983.        XMS. Extended memory. See extended memory elsewhere in this 
  984.        glossary. 
  985.  
  986.        Tutorial finished. Have you registered PC-Learn to receive your
  987.        bonus disks? Registration is encouraged. Shareware works on the
  988.        honor system! Send $25 to Seattle Scientific Photography, 
  989.        Department PCL6, PO Box 1506, Mercer Island, WA 98040. Latest 
  990.        version of PC-Learn and two bonus disks shipped promptly!
  991.  
  992.  
  993.